projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab4f69f
)
(maybe_bootstrap): Whoops, screwed up the second instance of $$bar...
author
Miles Bader
<miles@gnu.org>
Thu, 7 Nov 2002 02:26:44 +0000
(
02:26
+0000)
committer
Miles Bader
<miles@gnu.org>
Thu, 7 Nov 2002 02:26:44 +0000
(
02:26
+0000)
Makefile.in
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index 87f1ea6112edd75408f9861016d45cdeff7b12a5..a9664fcba7f281a862a3c3af9241406eba1462bf 100644
(file)
--- a/
Makefile.in
+++ b/
Makefile.in
@@
-716,7
+716,7
@@
dvi:
maybe_bootstrap:
@bar="`echo $(srcdir)/lisp/*.elc`"; \
- if [ \( "$$bar" = '$(srcdir)/lisp/*.elc' \) -o \( "$bar" = '' \) ]; then \
+ if [ \( "$$bar" = '$(srcdir)/lisp/*.elc' \) -o \( "$
$
bar" = '' \) ]; then \
echo "Your tree does not include the compiled Lisp files."; \
echo "You need to do \`make bootstrap' to build Emacs."; \
echo "Emacs now requires Texinfo version 4.2."; \